home *** CD-ROM | disk | FTP | other *** search
/ Freelog 121 / FreelogMagazineJuilletAout2014-No121.iso / Outils / Adobe-Air / adobe-air_13.exe / [0] / setup.swf / scripts / RuntimeInstaller_downArrow.as < prev    next >
Text File  |  2014-03-27  |  234b  |  15 lines

  1. package
  2. {
  3.    import mx.core.BitmapAsset;
  4.    
  5.    public class RuntimeInstaller_downArrow extends BitmapAsset
  6.    {
  7.        
  8.       
  9.       public function RuntimeInstaller_downArrow()
  10.       {
  11.          super();
  12.       }
  13.    }
  14. }
  15.